home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / tacmwino / wavemain.dfm / wavemain.txt
Encoding:
Text File  |  1998-07-18  |  2.3 KB  |  110 lines

  1. object Form1: TForm1
  2.   Left = 253
  3.   Top = 161
  4.   Width = 782
  5.   Height = 193
  6.   Caption = 'ACM Codec Wave Sample'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clMaroon
  9.   Font.Height = -17
  10.   Font.Name = 'Times New Roman'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   PixelsPerInch = 120
  15.   TextHeight = 19
  16.   object Panel1: TPanel
  17.     Left = 153
  18.     Top = 0
  19.     Width = 621
  20.     Height = 161
  21.     Align = alRight
  22.     BevelInner = bvLowered
  23.     Color = clBlack
  24.     TabOrder = 0
  25.     object PaintBox1: TPaintBox
  26.       Left = 2
  27.       Top = 2
  28.       Width = 617
  29.       Height = 157
  30.       Align = alClient
  31.       OnClick = WaveFormatClick
  32.     end
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 153
  38.     Height = 161
  39.     Align = alClient
  40.     BevelInner = bvLowered
  41.     TabOrder = 1
  42.     object SpeedButton1: TSpeedButton
  43.       Left = 12
  44.       Top = 80
  45.       Width = 130
  46.       Height = 30
  47.       Caption = 'Wave-Format'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clMaroon
  50.       Font.Height = -17
  51.       Font.Name = 'Comic Sans MS'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       OnClick = WaveFormatClick
  55.     end
  56.     object StartBtn: TButton
  57.       Left = 12
  58.       Top = 8
  59.       Width = 130
  60.       Height = 30
  61.       Caption = '&Start'
  62.       Default = True
  63.       TabOrder = 0
  64.       OnClick = StartBtnClick
  65.     end
  66.     object StopBtn: TButton
  67.       Left = 12
  68.       Top = 38
  69.       Width = 130
  70.       Height = 30
  71.       Caption = 'S&top'
  72.       Default = True
  73.       Enabled = False
  74.       TabOrder = 1
  75.       OnClick = StopBtnClick
  76.     end
  77.     object CloseBtn: TButton
  78.       Left = 12
  79.       Top = 120
  80.       Width = 130
  81.       Height = 30
  82.       Cancel = True
  83.       Caption = '&Close'
  84.       TabOrder = 2
  85.       OnClick = CloseBtnClick
  86.     end
  87.   end
  88.   object WaveIN1: TACMWaveIN
  89.     Active = False
  90.     WaveFormat.RgnShape = {
  91.       01000100401F0000803E0000020010000200400164656C70686920335C6D7963
  92.       6F6D70735C6D7977617665696E2E70613800}
  93.     Buffers = 6
  94.     ABufferTime = 0.200000000000000000
  95.     OnOpen = WaveIN1Open
  96.     OnClose = WaveIN1Close
  97.     OnData = WaveIn1Data
  98.     Left = 192
  99.     Top = 32
  100.   end
  101.   object WaveOut1: TACMWaveOut
  102.     Active = False
  103.     WaveFormat.RgnShape = {
  104.       31000100401F000059060000410000000200400164656C70686920335C6D7963
  105.       6F6D70735C6D79776176656F75742E703800}
  106.     Left = 224
  107.     Top = 32
  108.   end
  109. end
  110.